CRDHsearch bitmap id 2EXTI on openstack global stacks pass openStack set the filepath of this stack to line 3 of stacks put appenddirectory(the filepath of this stack,"SOUNDS") into fpath put appenddirectory(fpath, "MOUSCLIK.SND") into temp set the soundfile of cd sound "CLICK" of cd 1 to temp put appenddirectory(fpath, "EASTERN.SND") into temp2 set the soundfile of cd sound "DONE" of cd 1 to temp2 if the platform = "windows" then set the textfont of cd fld "search" to "Times New Roman" set the textsize of cd fld "search" to 16 set the textfont of cd lst "foundlist" to "Times New Roman" set the textsize of cd lst "foundlist" to 16 else set the textfont of cd fld "search" to "Palatino" set the textsize of cd fld "search" to 14 set the textfont of cd lst "foundlist" to "Palatino" set the textsize of cd lst "foundlist" to 12 endif end openStack filepath C:\DATA\POMO\EXHIBITS\MAGAZINE\PAT PFONT ALBERTUS EXTRA BOLD ALBERTUS MEDIUM ANTIQUE OLIVE APPLE CHANCERY ARBITRARYBOLD ARBITRARYREGULAR ARIAL ARIAL NARROW ARIAL ROUNDED MT BOLD ATHENS AVANT GARDE B COURIER BOLD` B FUTURA BOLD B GARAMOND 3 BOLD B GARAMOND BOLD B HELVETICA BOLD B ITCKABEL BOLD B KORINNA BOLD B ORCGARAM BOLD B TIMES BOLD BAUHAUS 93` BAUHAUS BOLD BAUHAUS DEMI BAUHAUS HEAVY BAUHAUS LIGHT BAUHAUS MEDIUM BI COURIER BOLDOBLIQUE BI GARAMOND 3 BOLDITALIC BI GARAMOND BOLDITALIC BI HELVETICA BOLDOBLIQUE BI KORINNA KURSIVBOLD BI ORCGARAM BOLDITALIC BI TIMES BOLDITALIC BIGCHEESEDARK BIGCHEESELIGHTf BISTECKBOLD BK ITCKABEL BOOK BO FUTURA BOLDOBLIQUE BOOK ANTIQUA BOOKMAN BOOKMAN OLD STYLE BOLD BRAGGADOCIO BRITANNIC BOLD BRUSH SCRIPT MT C FUTURA CONDENSED C UNIVERS 57 CONDENSED CAIRO CASTELLAR MT CB FUTURA CONDENSEDBOLD CB UNIVERS 67 CONDENSEDBOLD CBO FUTURA CONDBOLDOBLIQUE CBO UNIVERS 67 CONDBOLDOBL CENTURY GOTHIC CETAN CG OMEGA CG TIMES CHICAGO CL FUTURA CONDENSEDLIGHT' CL UNIVERS 47 CONDENSEDLIGHT CLARENDON CONDENSED CLAUSTRUM CLO FUTURA CONDLIGHTOBLIQUE CLO UNIVERS 47 CONDLIGHTOBL CO FUTURA CONDENSEDOBLIQUE CO UNIVERS 57 CONDOBLIQUE COLONNA MT COPPERPLATE32AB COPPERPLATE32BC COPPERPLATE33BC CORONET COURIER COURIER NEW CRINOLINE CXB FUTURA CONDEXTRABOLD CXBO FUTURA CONDEXTRABOLDOBLIQU D ITCKABEL DEMI DEROON DESDEMONA DEWEESE ESPY SANS ESPY SANS BOLD EVANGEL EWORLD TIGHT FIXEDSYS FOOTLIGHT MT LIGHT FUTURA FUTURA BOOK GARAMOND GARAMOND 3 GAUTANE GENEVA GENEVA GILLSANS GILLSANS BOLDv` GILLSANS BOLDITALIC GILLSANS CONDENSED` GILLSANS EXTRABOLD` GILLSANS ITALIC GILLSANS ULTRABOLD H FUTURA HEAVY HELVETICA HELVETICAINSERAT ROMAN HO FUTURA HEAVYOBLIQUE HOEFLER TEXT HOEFLER TEXT ORNAMENTSf I COURIER OBLIQUE I GARAMOND 3 ITALIC I GARAMOND LIGHTITALIC I HELVETICA OBLIQUE I KORINNA KURSIVREGULAR I ORCGARAM LIGHTITALIC I TIMES ITALIC IMPACT INDUSTRIA INLINE INDUSTRIA INLINEA INDUSTRIA SOLID INDUSTRIA SOLIDA ISADORA BOLD ISADORA REGULAR ITC OFFICINA SANS BOLD ITC OFFICINA SANS BOLDITALIC ITC OFFICINA SANS BOOK ITC OFFICINA SANS BOOKITALIC ITC OFFICINA SERIF BOLD ITC OFFICINA SERIF BOLDITALIC ITC OFFICINA SERIF BOOK ITC OFFICINA SERIF BOOKITALIC JACQUARD' KINO MT KORINNA L FUTURA LIGHT L UNIVERS 45 LIGHT LETTER GOTHIC LO FUTURA LIGHTOBLIQUE LONDON LOS ANGELES M ITCKABEL MEDIUMv` MARIGOLD MATURA MT SCRIPT CAPITALSv` MINION ORNAMENTS MISTRAL MOBILE MODULASERIFBOLD MONACO MONOTYPE SORTS MS LINEDRAW MS SERIF N HELVETICA NARROW NEW CENTURY SCHLBK NEW YORK O FUTURA BOOKOBLIQUE O FUTURA OBLIQUE OCR-A ORCGARAM PALATINO PLAYBILL POETICA CHANCERYII POETICA SUPPORNAMENTSv` QUICKTYPE QUICKTYPE CONDENSED QUICKTYPE MONO QUICKTYPE PI' REVUE RIBBN131 A RIBBON131 BD BT RUNIC MT CN SAN FRANCISCO SENATORDEMI SENATORTHIN SENATORULTRA SHELLEY ALLEGRO SCRIPT SHELLEY ANDANTE SCRIPT` SHELLEY VOLANTE SCRIPTf SMALL FONTS SNELL BT STENCIL SYMBOL` TEKTON TEKTON BOLD TEKTON PLUS REGULAR TIMESv` TIMES NEW ROMAN TORONTO TRAJAN TRAJAN BOLD U ITCKABEL ULTRA UNIVERS UNIVERS 45 LIGHT' UNIVERS 45 LIGHTOBLIQUE UNIVERS 47 CONDENSEDLIGHT UNIVERS 47 CONDENSEDLIGHTOBLIQU UNIVERS 55 UNIVERS 55 OBLIQUE UNIVERS 57 CONDENSED UNIVERS 57 CONDENSEDOBLIQUE UNIVERS 65 BOLD UNIVERS 65 BOLDOBLIQUE UNIVERS 67 CONDENSEDBOLD UNIVERS 67 CONDENSEDBOLDOBLIQUE UNIVERS 75 BLACK UNIVERS 75 BLACKOBLIQUE UNIVERS CONDENSED VENICE VIVALDI WIDE LATIN WINGDINGS WOODTYPE ORNAMENTS 2' XB FUTURA EXTRABOLD XBO FUTURA EXTRABOLDOBLIQUE YONKERS ZAPF CHANCERY ZAPF DINGBATS SEARCHSCRP on beginsearch global stacks,filecount,xword,cntcnt,artcnt,conlist,cntnum,artnum put line 3 of stacks into fpath --put artcnt && artnum && cntcnt && cntnum put appenddirectory(fpath, "ARTICLES") into temp put appenddirectory(temp, cell artcnt, 2 of card dsht "searchload") into temp put empty into card fld "searchfield" import temp&".TXT" into card fld "searchfield" -- breakpoint put offset(xword, card fld "searchfield") into found if found is not 0 then put cell artcnt,1 of card dsht "searchload"&tab&cell artcnt,2 of card dsht "searchload" after card lst "foundlist" put filecount + 1 into filecount if filecount > 19 then play card sound "DONE" stop cd timer 1 set the cursor to 0 exit set the inkeffect of cd bmp "M_BEGIN" to none endif endif if artcnt = artnum then put cntcnt+1 into cntcnt put appenddirectory(fpath, "COVERS") into temp if cntcnt < cntnum +1 then put appenddirectory(temp, line cntcnt of conList) into temp else set the cursor to 0 exit mouseup set the inkeffect of cd bmp "M_BEGIN" to none end if put empty into card dsht "searchload" import temp into card dsht "searchload" put the number of rows of cd dsht "searchload" into artnum put 1 into artcnt end if start cd timer 1 end beginsearch on mouseEnter if the class name of the target is "bitmap" and char 1 to 2 of the short name of the target is "M_" then set the inkeffect of the target to invert endif end mouseEnter on mouseLeave if the class name of the target is "bitmap" and char 1 to 2 of the short name of the target is "M_" then set the inkeffect of the target to none endif end mouseLeave on closecard set the cursor to 0 end closecard foundlistSCRP on mouseup put the hilitedrows of cd lst "foundlist" into whichrow put cell whichrow,2 of card lst "foundlist" into whicharticle if whicharticle is not empty then set the bookmark of cd "page1" of stack "TEMPLATE.STA" to 1 set the hackname of card "page1" of stack "TEMPLATE.STA" to whicharticle --put "Loading..." into card field "loading" of stack "TEMPLATE.STA" set the lockscreen to true send Loadscript && whicharticle to stack "template.sta" dismiss go stack "TEMPLATE.STA" endif set the lockscreen to false end mouseup MOCELL10 C:\DATA\POMO\EXHIBITS\MAGAZINE\SOUNDS\EASTERN.SND DONETAIL $INFO bitmap id 36data XFpH '2`cX 'INFO M_BEGINSCRP on mouseUp play cd sound "CLICK" global filecount,cntcnt,artcnt,artnum,stacks,xword,cntnum,conlist put 1 into cntcnt put 0 into filecount put 1 into artcnt put "94FALLC.TXT"&return&"94SUMC.TXT"&return&"94SPRC.TXT"&return&"94WINC.TXT"&return& "93FALLC.TXT"&return&"93SUMC.TXT"&return&"93SPRC.TXT"&return&"93WINC.TXT" into conList put the number of lines of conlist into cntnum put cd fld "search" into xword put empty into card dsht "searchload" put empty into card lst "foundlist" put line 3 of stacks into fpath put appenddirectory(fpath, "COVERS") into temp if cntcnt < cntnum +1 then put appenddirectory(temp, line cntcnt of conList) into temp else exit mouseup end if put empty into card dsht "searchload" import temp into card dsht "searchload" put the number of rows of cd dsht "searchload" into artnum if the number of chars of xword < 3 then answer "Please use a bigger search criteria." exit mouseup endif set the cursor to watch start cd timer 1 end mouseUp +,,+,, ,,,+,,,, ,,+,,+, ,+,+,,, ,,+,,+,,,+ +,,,,,,+,, ,,,+W ,,,,W ,,,+,, ,++,+,+,,,,,+,+,, ],2V,, ,,,,, +,,+,,++ ,+,+,,, ,,,,V ,+,+,+,+,+, +,,,+,, +,,,,+,+,,+,,+,+,,+ ,+,,,,,, +,+,, +,,+,,,+ ,+,,+, +,,+] ,,,W, ,,+,,,, +,+,, ,,,+,, ,+,+,,,,+,, ,+,+, ,+,+,+,+,+,,+,,++ ,+,,,+,,+,, V,,,W +,,+,,,+,, ,+,+,,+,,+, ,+,,+2V, ,,2V,,+,V,,] ,,,,V,+,2,,+,+,, 2,,+,2V,,+, ,+2,,+,V,,,+, VW,+, +,+,+,+,+, ,,+,,,+, ,+,+,, ,+,,+,,,,,+,, ,+,,, +,+,,,,+ ,,,+, ,+,+,+,,+,+,+,,+,,+,,+, ,+,+,+,+ +,,,,+,+,,+,+,+ +,,+,+,+,,+,,, ,,+,,, ,+,,+] W,+,,, ,+,,+,,,,+,+,,+,,,,+,+,,,+,,,, +,,,+, ,,+,,+, ,+,,, ,,,,,,+,,+,+,+,,+,+,+,+,+,+, W,,,,+,+,,,+,,+, ,+,,+ ,+,+, ,++,,+,,+ +,+,,+,,+,+,+,+,,+,+,+ ,+,,,+, ,,+,+ ,,,,,,+,,+,,,+,+,, ,+,,+,,, +,,,+,+,, ,+,,+,,+, ,,+,,+,,+, ,,,+,,+,,+,,,+,, ,,,,+,,+,+,+,,+,+,+,, +,,+,,+,,+,,+,,+,+,+,+ +,,+,,+,+,+, +,,+,+ ,+,,,,+,,+,+,, ,+,+,,+ +,,,+,,+ ,,,+BiO )INFO M_STOPSCRP on mouseUp set the inkeffect of cd bmp "M_BEGIN" to none play cd sound "CLICK" set the inkeffect of me to none stop cd timer 1 set the cursor to 0 end mouseUp ],,,,, ,,,+,,, ,,,+,, ,,+,,+ ,,+,+,, ,,+,+ ,+2,, ,,,2,,W +,,+,,,,+ +,,,,, ,,,,+ +,+,+ +,,,] ,+,+, ,,+,, ,,,,+,, ,+,+,+,+ +,,,, ,+,,+ +,+,,, ,,+,,+++ ,+,+,,,,,+,+,,+,+,+,,+,, ,,+,,,,] ,,+,+,+,+,+,,+,,,,+,, +,,,,++, ,,,,+ ,+,+, ,,,,+ ,+,,+ +,,+, ,+,,+,,,,,+,+,,+,,,,+,, ,+,+,,+, +,,,, ,+,+,+,+ +,+,,+,,,,+, ,,,,+,+,,,,+,, ,,+,+W ,+,,+,+,+,,+,+,,+ ,+,,,,,+,+,,,+,+,,, 2,+,+,,+ +,+,+,+,+,, ,,+,+ +,+,, +,,,+, +,+,+ ,,+,,+,+ +,,+,,+,+,,, ,+,,,+, ,,+,+,+ ,,,+,+,+, ,,++,+,+ +,,+,+,, ,,+,+ +,,,+,,, +INFO M_EXITSCRP on mouseUp play cd sound "CLICK" set the inkeffect of cd bmp "M_BEGIN" to none set the inkeffect of me to none dismiss end mouseUp ,,+,$ ,,+,+, ,,+,+,,,+,,+,,+,,+,,,,+,,+,+,,+,+,+,+,,+,,+,,+,,,+,+,+,+,+,,,+,,+,+,,,+,,+,,,,,+,,+ ,+,,+, ,+,+,+ ,,+,$ ,+,,+,, ,,,,+, ,,+,+ ,,+,+,+,,,,+,,+,,+,,+,+,+,,+,+ +,,,,, ,,+,,+,,+,+,+,,,+,,+,,+,,+,,+,,,, +,,+, +,,,, ,+,,+ ,+,,+ ,,,,, ,,V2, ,,,+,,+,+ ,+,,, +,,+, +,,+, ,,+,,+,, ,+,+, +,,+, +,,+, ,+,,,, ,,,+, +,+,, ,,+,, ,,+,, ,+,,+,+,,,+,,+,,+,,+,,+,+,,+, W,,+, W,,,+, ,,+,+,,+,+,,+,+,+,,+,,+,,+,,+,,,,+, +,,,, ,+,+, +,,+, +,,,, ,+W2,2,,] ,+,,+ ,,,+,, ,+,,, ,,+,, ,,+,, ,,+,+ ,+,,+ ,,,+, ,,+,,+,+,+,,+,,,,+,,+,,+,+,,+,+ VV,,2,+,,2,+,+V,,,,2V,+, ,+,+,+,+,+,+,,+,,+,,+,,+,,+,+, ,,,+,,+,+,,+,,+,+, +,,,,,,,+ +,,+,,+,+,,,,+,+,, ,,+,,,+,,,,,+,,,,+,,+,,+,,+,,+,,,, ,,+,,+,,+,+ +,+,,,+,,+,, ,,,,+ ,+,+, ,+,+, ,+,,+ ,,+,,,,+,,+,+,+,,+,,+, ,+,,+,+,,,+ +,,+,,+,,+,+,+,,, ,+,+,+,+,,,,,+,,,,+,,+,,+,,+,,+,,+,+ +,,+,,+ +,,+, ,,,+,, +,+,,,,+, +,+,,+ ,+,,+,+,,+,+,+, +,+,+,+ ,,+,,+,+,+,,+,,+,+,+,+, ,+,+,,+,+,,+,,+,,+,,+,,+,,+, ,+,,,+ ,+,,+ ,+,+, ,+,,,+,,,+,,+,,+,,+,, ,,+,,,+,,,, +,,,, ,,+,, ,,+,, ,,+,,+ ,,+,,+ +,+,,+ ,+,+,,+,,+ +,+,+,,+,,+,+ +,,+, +,,+, +,,+, /INFO searchloaddata MOCELL10 by Julie Gibbs. Sellout conference hosts more than 100 vendors and 2,400 attendees. by Natasha Krol, META Group. State of the craft. The Workflow Process Paradigm by Jay Ramanathan, UES Knowledge Integrations Center. The case for collaboration. Oracle Cooperative Applications Release 10, Oracle Media Objects, Oracle Workgroup Server SMTI Development Services, Oracle Gateways, SQL*Net 2.1, Oracle CDE Tools for UNIX, Oracle Names, Oracle BPR Process Animator, RSA Data Security What is the state of object-oriented technology today? How can you reap the benefits of object-oriented technology? Read this special section to learn all about the principles of objects in motion. The Business Case for Objects by Torsten Ek. Trying to integrate objects into IS? You need a framework for justifying object technology in the enterprise. This comprehensive package includes a glossary of terms and a look at CORBA (Common Object Request Broker Architecture). An Interview with Steve Jobs by the editors. The CEO of NeXT talks about why he's staking his future on objects. by Cheryl J. Goldberg. See how three leading organizations in three different industries are using objects to transform their business. by Torsten Ek. This article unveils the true meaning of object technology, including object-oriented DBMSs and extended RDBMSs. Object-Oriented Programming by Michael R. Ault. OOP is a powerful tool, but it isn't for everybody and here's why. Nintendo: High-Tech Gains in High-Tech Games by Ben Phillips. Nintendo, the home video game leader, gives its sales and marketing managers easy access to critical information by building a client/server system with Oracle7 and BusinessObjects. Bechtel Group,Inc.: Global Workforce by Shannon Mahorney. An integrated, automated Human Resource Information System (HRIS) based on Oracle Human Resources software enables Bechtel Group, Inc. to meet the demands of global People moving. System-Level Roles in Oracle7 by Kevin Loney. The introduction of role groups in Oracle7 brings new meaning to database architecture. Kevin Loney shows you how to take advantage of the new Oracle7 system roles. Customize Oracle Reports with PL/SQL by Lori Ann White and Per Brondum. Customizing your Oracle Reports requires flexibility. By attaching PL/SQL constructs to Oracle Reports objects, you can gain the ability to modify default reports. The Art of Concurrent Engineering by Allan Hooks and Glenn Word. A four-step approach to using concurrent engineering techniques to help you share multidiscipline data. MPP: Oracle on the IBM Power Parallel System By Hrishi Kamat. How Oracle parallel technologies take advantage of the IBM Power Parallel machine SP2. Mainframes: Oracle7 and IBM S/390 Parallel Technology by Louis H. Selincourt. Is mainframe-designed software ready for client/server architectures and parallel processing? Oracle has ensured that it is. Mainframes: Remote Procedural Access to Legacy Datastores by Laurent Sandrolini. Oracle procedural gateway for APPC. Desktop: Running Windows Applications on OS/2 with SQL*VDM by Katrina Montinola. The benefits of running Windows applications under OS/2 2.1, a description of each SQL*VDM component, and more. Technical Support: Intermediate by Michael J. Sanders. Modifying Oracle Applications Without Making Software Changes. Technical Support: Novice by Christopher Chan. Using Oracle Forms and Oracle Reports with Oracle Open Client Adapter for ODBC 2.0. Technical Support: Intermediate by Ben Wright. Oracle Forms 4.0 Q&A. Springtime at EOUG 34EDIT Objects within MIS 34INSG1 34INSG2 Product News 34NEWS1 More Product News 34NEWS2 Objects in Motion 34OBINT 34OBJEC 34OBJOB Real-World Objects 34OBALB Working with Objects 34OBWRK 34OBOOP 34NINTE 34BCHTL 34DBSYS 34DEVEL 34METHD 34OEMPP 34MAIN7 34MAINF 34OPNDT 34SUP1 34SUP2 34SUP3 0INFO 20, tickedoff searchSCRP on tickedoff global artnum,artcnt if artcnt < artnum + 1 then send beginsearch to this card add 1 to artcnt endif end tickedoff searchfielddata <>34BCHTL<> <>HUMAN RESOURCES<> <>GLOBAL WORKFORCE<> <>With Oracle Personnel and Oracle Payroll, Bechtel Group, Inc. manages over 30,000 of its employees assigned to engineering and construction projects in more than 135 countries on all seven continents. BY SHANNON MAHORNEY<> <>What do the Olympic Games, Cape Canaveral, and the EuroTunnel have in common? Bechtel Group, Inc. For over 94 years, the San Francisco-based engineering and construction giant has tackled enormously complex projects in the most remote locales all over the globe. From building industrial cities in the Arabian desert to erecting vast chemical processing plants in the Australian outback, Bechtel has successfully met the logistical challenges of conducting business on a global scale. This success has a lot to do with one of the company's core principles continuous improvement an integral part of the way it operates. That means Bechtel must respond to a rapidly changing world with entrepreneurial approaches, innovative solutions, advanced technology, and high-quality, timely decision making. One application of this principle is Bechtel's approach to information management. Rather than simply viewing information management as a way to replace intense clerical function with automation, the company relies on its information management systems to improve its approach to managing the business. One part of this approach is to implement uniform software that can meet the needs of very small, remote locations as well as large engineering offices. Oracle Cooperative Applications helps the company attain this goal with software for managing financial information as well as data of a more personal nature Bechtel's human resources information. <>A WORLD OF INFORMATION<> As an engineering and construction firm, Bechtel's business revolves around assigning, deploying, and reassigning employees to both large and small projects around the world. These projects require designing and building facilities in many industries and fields, including power, petroleum, chemicals, mining and metals, pipeline, surface transportation, aviation, space facilities, telecommunications, water management, environmental and pollution control, hazardous waste cleanup, and industrial and commercial construction. With a workforce of over 30,000 nonmanual and craft employees assigned to projects in more than 135 countries on all seven continents, it's no surprise that handling the information involved in "people moving" is a central part of Bechtel's business. To Bechtel, human resources information encompasses much more than "date of hire" and "date of termination." Maintaining other information, such as each employee's training, certifications, performance appraisals, and project assignment history is crucial to effective project staffing. "We needed a system that could not only handle the traditional human resources data for a company our size but could also give line managers access to the information they need for effective project, workforce, and salary planning," says Bob Klumb, Bechtel's Human Resources Information Systems Manager. <>MORE THAN JUST THE FACTS<> Until a few years ago, Bechtel used a central mainframe at its San Francisco headquarters to house the Personnel Database System (PDS). Because the system was cumbersome and unwieldy, it was largely inaccessible to end users. Bechtel's management found that people were maintaining only what they had to on PDS and keeping track of other critical information locally. As a result, PDS became a repository for only the most basic payroll information. "Because people weren't using the central mainframe, 'homegrown' databases began springing up at regional offices around the world," says Klumb. "A tremendous amount of critical HR data was stored in standalone databases in our offices in Los Angeles, Houston, London, and Gaithersburg, MD. As people moved from one office or assignment to another, information would simply get lost." When a particular business line wanted to staff a project, managers had to call each individual office to get employee information. There was no central place to find it, and no way for them to look themselves they had to rely on someone else to find the information they needed. Each of these databases also required maintenance, administration, and, if Bechtel didn't find a different solution, extensive upgrades and network integration. "Each office was essentially reinventing the wheel," Klumb explains. "They had their own unique solutions to many of the same problems, and none of the solutions was optimal. We wanted to become a one-solution company." <>CLOSING THE INFORMATION GAP<> To close the gap between critical information and the people who need it, Bechtel adopted additional technology from Oracle. The company was already using a financial reporting system based on the Oracle database server and Oracle Financials applications and firming up plans to implement Oracle Payroll. At the time, Oracle Personnel (now Oracle Human Resources) was available only in a United Kingdom version, but the software appealed to Bechtel because it provided a hardware-independent information management platform, it could support a large HR database, and it offered complete integration with Oracle Payroll. Bechtel uses a standard method to evaluate the life cycle costs and benefits of a system before deciding to implement, buy, or develop a technology solution. After evaluating Oracle Personnel, the company made it the foundation of its new Human Resources Information System (HRIS). <>A CUSTOM SOLUTION<> Bechtel leveraged the flexibility of Oracle software to add custom modules for workforce planning, online resume access, and salary planning. Combined with standard features for human resources administration, these custom modules provide an up-to-date database that allows everyone to see the same validated workforce information. The integrated system allows users to accumulate data faster, reduce their reaction time and errors, streamline administration and focus on continuous improvement. HRIS runs on a three-processor VAX 7630 with DECnet terminal-emulation access. The 800-megabyte database houses 180,000 records and supports more than 700 users. <>WORKFORCE PLANNING<> Credited with inventing the concept of project management many years ago, Bechtel today does engineering in major permanent office locations worldwide. Currently, its engineering efforts support about 1,700 projects in 77 different countries for just under 900 clients. One of the company's recent projects, the Kuwait oil fires, involved mobilizing almost 10,000 workers from 35 nations to put together the biggest airlift since the 1948 Berlin emergency all in a matter of weeks. Completing this unprecedented effort at a record speed helped keep billions of dollars worth of petroleum resources from literally going up in smoke and spared the skies from many more months of pollution. "Bechtel's approach to managing complexity has always been to segment the work into packages of manageable size in essence an organized, coordinated series of small projects," says Klumb. The HRIS workforce planning module simplifies and speeds the sometimes daunting task of staffing thousands of projects each year, ranging from jobs as small as an office-space conversion in California to large endeavors such as a major international airport project. Whatever the assignment, HRIS allows managers to track and plan each employee's activity, including start and end dates, location and relocation, and future assignments. <>ONLINE RESUME SYSTEM<> Each time Bechtel puts in a bid or sends people to work on a project, the manager has to develop a proposal. "When we do a proposal, in essence we're selling our staff. This is true not only for clients but also for internal managers," explains Klumb. "We have to give managers the information they need to explain why they've chosen particular employees for the job, what their backgrounds and credentials are, and why the client or department should be prepared to pay for their services." Bechtel developed an online resume system to give project managers ready access to every employee's qualifications. Using Oracle's SQL*TextRetrieval text management software and Oracle Data Browser as an end user query tool, managers can search the resume database by keyword or defined data element, such as grade or location. HRIS then provides a list of people qualified to fill the required positions. Authorized users can also update the database to reflect additional training completed or certifications earned. "With access to this up-to-date resume system, we have all the information we need to confidently say 'If you hire us, we'll get you a qualified crew as fast as possible,'" notes Klumb. <>GLOBAL OPERATIONS GLOBAL INFORMATION<> "In our business, our customers demand that we staff quickly and staff effectively," Klumb explains. "To do that, managers and executives have to be able to tap into information about our workforce, make decisions, and get trained personnel to the site as quickly as possible." HRIS provides management with access to a bigger pool of people and eliminates the gaps in information the company used to experience. Managers can quickly determine how many qualified people are available to work on a project, and all engineering departments have a tool that allows them to maintain and access consolidated data. "Now, when people move from Houston to Gaithersburg or transfer abroad to London, all of their HR information follows them, and managers know what their capabilities are," Klumb explains. <>SALARY PLANNING<> The geographical scope of Bechtel's business requires flexible salary administration and planning and often support for multiple currencies. Each regional office serves a different set of business lines and operates in a different competitive environment. The HRIS salary planning module allows Bechtel's human resources organization to define the policies and rules that govern salary planning and build them into the software. This brings information to the end user, allowing managers to set parameters, run reports, and enter and update employee salary information. <>HR PARADIGM SHIFT<> According to Klumb, the HRIS system represents a shift away from the traditional human resources model. "HRIS shortens the distance between the end user and the database, eliminating unnecessary administration." Klumb estimates that between 60 and 75 percent of HRIS users work outside the human resources organization. To help these non-HR employees in client departments navigate the system and accomplish the work formerly left to administrative staff, Bechtel used Oracle Application Foundation, a tool for building extensions to Oracle Applications, to make screen modifications to the Oracle Human Resources graphical user interface. Klumb's goal is to allow the people who are actually responsible for the data and employees to use HRIS to assign people, adjust salaries, run reports, and update information which will then be available to managers throughout the company. "To transfer an employee from New Orleans to New Guinea, for example, all the manager will need to know is the person's name and salary. The system will fill in everything else," says Klumb. Oracle and Bechtel are currently working together to develop training and benefits modules, as well as online approval capabilities. In the near future, Klumb plans to move HRIS to a fully distributed client/server architecture using Oracle7, Oracle Forms 4.0, and Release 10 of Oracle Human Resources. <>ENGINEERED HARMONY<> HRIS completely automates many transaction-oriented tasks, such as processing reviews, salary actions, and applications. This automation has resulted in an estimated $1 million savings in the San Francisco branch alone. The larger, centralized human resources database has allowed the company to reengineer its administrative structure and eliminate duplicate procedures. "When it's fully deployed, HRIS will dramatically reduce the time and money Bechtel spends on handling people," says Klumb. "This will allow all departments to spend more time focusing on their core responsibilities, including working closely with our customers, key suppliers, and communities." HRIS also changes the role of Bechtel's Human Resources Department. "We've raised the role of human resources from a mostly administrative, 'in-basket, out-basket' function to a much higher level," Klumb continues. "We are now the shapers of Bechtel's human resources environment, helping to define policies and rules that are responsive to our business needs." <>Shannon Mahorney is a Senior Writer in Oracle's Corporate Marketing Division.<> <> uch attent+TXT searchdata Oracle Media ObjectsTAIL xtends. OSOND 1INFO C:\DATA\POMO\EXHIBITS\MAGAZINE\SOUNDS\MOUSCLIK.SND CLICKTAIL 2INFO field id 50data Sorry, Searching is disabled in this version. Click Anywhere to returnTAIL 3INFO button id 51SCRP on mouseUp dismiss end mouseUp m7S!Y ssssWsWPTPp# P"P"P PSPQ PQPPPP ssWs% $ qp $ w PPP"S spS4 G M#m#m s $ppWsS SSD"P SPPPP !DS"P #s#T T pssp# WsTPsTP PPPPP T$tWT ppWPW tW tpp# S"PPPS sTW Tp ppW W WtTtt S"P"D +# N M SP"PSP SP!YP r"S"P PPPPP 61" 6 s N sstWPT sTTTp%WN PPPPPPQ {#s W%RTTp $pW$ pW#MllMrS P"PP" SmsTTW p TsT TW Ml!lMP SPPPP PPPPP s#mms#: W V7>" QQQQP sMr" pUTtTs MPPPPS "PPSPP ppp s sT$U P"PPP! |##mN# mp pp ppWW tT W PQPPPP PPPSP #NM## ssWPTq p$WTtt !SP"S PPPPPPQ PPPPPP W#pWt pW SlP },2,2,22WW] "-3-3-33VV\ sMMS Z sPWS#s rDPPP "PPEsP "D6SPP"SS" "PSP"P QPQrD QPuQSE PPPPP QPtQPtQ QPQ%ZtQu Q/.%QQ !DSS! PrPPP %Z$QQ 2,-223233W333W3 2,322 3W2WWW33 $$ $ knlne do ed ;$:+5 $5$:- ddenn no ne nendd :-:+: +:+.5 -- 4:5$+ +- ;:;d; dn dd pednjn nn :+55+ + onmdd dnon{neddn ;+:++ %5:+ + $$#$: ;5:5 + :+:5- e{dodn n :+0+ + qddnnn 4:5$-+ - + , $ od{ld emdlz $:+$:$ odnnn{ :5$5-5- :+-+ endmm :5:+3 $5-+- " # 4$5+3- - $+$:$"$ :+$5+-- $:+$; $$:+:$ #$$$: $+$:$ dendn ezeden ::%:{= -5+--- ze{dne ;5$5: +- ;5$:- +$:+: ;|:+::-+ - +:+:- ln{ne +:+:5: 4$5+5--- d {ddd zenenn ddndk eo{nd $+$5: :+5+- ?SSS>SLM=>M?S -VVV-VV lNVw!>ic\ VVVVivil $5$5+ QVW-WV vss;N sR[7Hl: >T\GlWr VVtVsVQ RQ""MNl vRr# MmW jkmkml RN Mss\ deddnk {oljcsjllp 5$55- 5$+s5 eolrt<& d emzn $++ - 4:3:-- lHVXrL 7]$$*$ ZPPSY N-S-U, eorm ij y%\q\T }zP5{de zzelH QQQWT[ edeed VVVVP eeeod '-x--$ {5{}5deee n0 orr QPPZQ $"$+:$ PQQQQ PQQQP QQPQU em{nd ,op]p9 ]$$#]$$* e]SZd]*\y] $$$$$$$z# y>$]y P[QPQV[ edepdn \]][x yy#$$ c<$VBS q\V\]\] $[]]y en nd ze9i"X 5:-+ - 35\~qT b\\Y]bYy [^][z$ ]$[$9[9$] ^[$[^ $$ , ]]]z]]Z Uy\\[ $$$[^ $[^9$]]]y 22^^ dend lW32^ \[Z\[[][ ^]]$^]]y9 #$]^$ [$]][$]y IV$I c ]]\\b#\y y#$[]]yyy$ ]]]yy$ ]]]\^]$] oWW32 $S?.v PQPQPQ 55$5+- WWhrPr[y \]][]] PPQPPP $,+3rZ,2W] dzoenm Z]]]#]] Z^][Z ]][$[$y ][[$]] ]$[[: $$^]:\]g [PQPPPZ \]]Z> Z]]]# PQPQP .%/1b Z$9$Zy z\$[^ ]d9^Zd PPQQS P[PQPP PQPQP ]$[Z[Z[ ][Zbg]Z PPPPP PZQQZQ sVn9$ $^[]y Z[QZ[P sPV[$#[][y PQQPQ Q[P[S [QPQP %5+$+ n7y]Z rded8 ZQPPQQ PQPQP 5+0$5- PQ[[[ QPQPQP[[QPQ dodom ::5:++ [[QPQP[Q[[QPQQ QPQPQSP PPSQ[ $, , QPQQQ 4$5++3 - QP[QQP PQPQQP TPPLP QQPQQ PQPPQ 45$5+ PPP"P P[Q[Q QQ[PQ ;55$5 PPPQPP ddndnn PZ[QP[ PPPPQ [P[QZ QZ[QQ $:+- %..PZ $:;e; /QPQ/ W.ZQPQ PQPQPQPQQ $ + +:+5 o ozd +5-+- edqdnm ndd lm{ne P/$[QQ ddodnd QPQPP U.PQT oddnk :5:-+3- :+5+ + * $$$;+ dndn n 5.3--* * ml{ne QQQPP {odend 4:+$5- PQPZ[QPZ 4$5++ dednd 5:-+- 5:+ -- * VZQPQ[$ $5$5+- * 3\_Yd ,,,,+ dV2]W dndd mn{ne QPPQQQPQPQQQ/ %5+0+ +- .PQP., zodnen n 5$5. ++ edodd :5:5+ +-+--* om{nd J%W!l :+:5-+ dqdedndm 5$5$ +- 3\^5|+ L?>!c nm{nd ";\v/ :$++ ;;z;e ddndn WY<42 oedld +5+5 om{dd Ywbwc vMwwv wvSur v?rhwMs WwvP; #LrwwR %t%/u +:+::%:; $5:5+ VY5_z v"!RwR #$:%$ oddmnn e onl {5:+5+-3+ w}}}w}u~s +:+ -- ! m! $$+$: dlnzd +:+3+ LRI%aa L!?"S ,,3rH edndm vQ"$v, -,*% - ; Wonm>LNI %.%%rsr %%w"rrSr# %WVVr sPSrRM ]}}w $#$$$" ln{oe endncd .+ $$$ 4:+:+